home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TREDIALDLG / TREDIALDLG.txt
Text File  |  1998-11-20  |  1KB  |  77 lines

  1. object RedialDlg: TRedialDlg
  2.   Left = 227
  3.   Top = 172
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Redial'
  7.   ClientHeight = 110
  8.   ClientWidth = 147
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TryCount: TLabel
  18.     Left = 96
  19.     Top = 16
  20.     Width = 25
  21.     Height = 17
  22.     AutoSize = False
  23.     Caption = '4'
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 16
  33.     Width = 70
  34.     Height = 13
  35.     Caption = 'Try Number:'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 37
  39.     Top = 40
  40.     Width = 56
  41.     Height = 13
  42.     Caption = 'Redial In:'
  43.   end
  44.   object SecTime: TLabel
  45.     Left = 96
  46.     Top = 40
  47.     Width = 33
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = '3 '
  51.     Font.Color = clNavy
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object Bevel1: TBevel
  58.     Left = 8
  59.     Top = 64
  60.     Width = 129
  61.     Height = 17
  62.     Shape = bsTopLine
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 32
  66.     Top = 72
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 0
  70.     Kind = bkCancel
  71.   end
  72.   object RedialTimer: TTimer
  73.     OnTimer = RedialTimerTimer
  74.     Top = 72
  75.   end
  76. end
  77.